type net/http.http2PushPromiseFrame

7 uses

	net/http (current package)
		h2_bundle.go#L2853: type http2PushPromiseFrame struct {
		h2_bundle.go#L2859: func (f *http2PushPromiseFrame) HeaderBlockFragment() []byte {
		h2_bundle.go#L2864: func (f *http2PushPromiseFrame) HeadersEnded() bool {
		h2_bundle.go#L2869: 	pp := &http2PushPromiseFrame{
		h2_bundle.go#L5681: 	case *http2PushPromiseFrame:
		h2_bundle.go#L9974: 		case *http2PushPromiseFrame:
		h2_bundle.go#L10731: func (rl *http2clientConnReadLoop) processPushPromise(f *http2PushPromiseFrame) error {